From 34492a38606fe2a1a4fb9ba8f17deb3f656961ee Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Thu, 2 Jan 2020 16:20:17 +0000 Subject: [PATCH] x86/boot: Drop stale comment This ought to have disappeared in c/s 60685089cb0 Signed-off-by: Andrew Cooper Reviewed-by: Wei Liu Acked-by: Jan Beulich --- xen/arch/x86/boot/x86_64.S | 2 -- 1 file changed, 2 deletions(-) diff --git a/xen/arch/x86/boot/x86_64.S b/xen/arch/x86/boot/x86_64.S index 5ab24d73fc..b54d3aceea 100644 --- a/xen/arch/x86/boot/x86_64.S +++ b/xen/arch/x86/boot/x86_64.S @@ -36,8 +36,6 @@ ENTRY(__high_start) call __start_xen BUG /* __start_xen() shouldn't return. */ -/*** DESCRIPTOR TABLES ***/ - .data .align 8 multiboot_ptr: -- 2.30.2